Version

XmlaSoapWebClient<T> Class Members

The following tables list the members exposed by XmlaSoapWebClient<T>.

Public Constructors
 NameDescription
Public ConstructorXmlaSoapWebClient<T> ConstructorInitializes a new instance of the XmlaSoapWebClient<T> class.  
Public Properties
 NameDescription
Public PropertyCredentialsGets or sets the XmlaNetworkCredential used to authenticate against XMLA service.  
Public PropertyIsCompletedGets a value indicating whether the request is completed.  
Public PropertyServerUriGets the XMLA server URI the request is sent to.  
Public Methods
 NameDescription
Public MethodRequestAsyncOverloaded. Sends an asynchronous request for the specified xmla method against the XMLA service.  
Protected Methods
 NameDescription
Protected MethodOnRequestCompletedRaises the RequestCompleted event.  
Public Events
 NameDescription
Public EventRequestCompletedOccurs when the request against XMLA service has completed.  
See Also